code_checker v2.0.0 (2021-09-30T20:27:54Z)
Dub
Repo
RunResult
code_checker
process
Undocumented in source.
struct
RunResult {
int
status
;
string
[]
stdout
;
string
[]
stderr
;
void
print
();
}
Members
Functions
print
void
print
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
status
int
status
;
Undocumented in source.
stderr
string
[]
stderr
;
Undocumented in source.
stdout
string
[]
stdout
;
Undocumented in source.
Meta
Source
See Implementation
code_checker
process
functions
run
structs
RunResult
variables
exitCodeSegFault